home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / CommToolbox classes / Headers / CCTBSwitchboard.h < prev    next >
Text File  |  1993-03-05  |  666b  |  31 lines

  1. /* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞
  2.  
  3.     CCTBSwitchboard.h
  4.     
  5.     CommToolbox compatible switchboard.
  6.     
  7.     SUPERCLASS = CSwitchboard.
  8.     
  9.     Copyright © 1992-93 Romain Vignes. All rights reserved.
  10.     
  11. ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ */
  12.  
  13. #define _H_CCTBSwitchboard
  14.  
  15. #include <CAcurSwitchboard.h>                /* Interface for its superclass */
  16.  
  17.  
  18. /* Class definition */
  19.  
  20. class CCTBSwitchboard : public CAcurSwitchboard    {
  21.  
  22. public:
  23.  
  24.     void            ICTBSwitchboard(void);
  25.     virtual void    DispatchEvent( EventRecord *macEvent);
  26. };
  27.  
  28.  
  29.  
  30. /* ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞ */
  31.